.trad-container{
    width: 100%;
}
.trad-main{
    width: 1520px;
    min-height: 100vh;
    margin: 60px auto 0;
    position: relative;
    display: flex;
    overflow-x: hidden;
}

.filter-box{
    width: 17%;
    max-width: 320px;
    min-height: 850px;
    background-color: #fff;
}
.filter-title{
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #4D4D4D;
    font-size: 16px;
    border-bottom: 1px solid #07a8af;
}
.filter-container{
	background: #fff;
    width: 100%;
}
.filter-input-panel{
    display: flex;
    box-sizing: border-box;
    padding: 0 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    height: 43px;
    line-height: 42px;
}   
.filter-input-panel span{
   width: 30%;
   text-align: right;
   color: #666;
}
.filter-input{
    width: 70%;
    box-sizing: border-box;
    padding:0 15px 0 5px;
    position: relative;
}
.filter-input input{
    border: none;
    width: 100%;
    outline: none;
    display: block;
    font-size: 14px;
    height: 42px;
}
.filter-input i{
    display: block;
    width:0;
    height:0;
	border-right:5px solid transparent;
	border-left:5px solid transparent;
    border-top:5px solid #aaa;
    position: absolute;
    right: 5px;
    top: 20px;
}
.filter-select-panel{
    width: 50%;
	float: left;
    box-sizing: border-box;
    padding: 5px 15px 5px;
    font-size: 14px;
    line-height: 45px;
}
.filter-select-panel p{
    font-size: 16px;
    color: #666;
}
.filter-select-row{
    width: 100%;
    display: flex;
}
.filter-select-row span{
    font-size: 14px;
    text-align: right;
    color: #666;
}
.filter-select-list{
    width:80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter-select-list i{
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    padding:7px 10px;
    margin: 0 3px;
    cursor: pointer;
    font-style: normal;
    margin-bottom: 3px;
}
.filter-select-list i.cur{
	border-radius: 2px;
	border: 1px solid #1568FC;
    color: #1568FC;
    border-radius: 2px;
}
.cplb{
	border-radius: 0.3125rem;
	clear: both;
	display: block;
}
.filter-slider-panel{
    width: 100%;
    box-sizing: border-box;
    padding: 5px 15px 5px;
    border-bottom: 1px solid #eaeaea;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.filter-slider-label{
    width: 30%;
    font-size: 14px;
    text-align: right;
    line-height: 26px;
    color: #666;
    padding-right: 5px;
    box-sizing: border-box;
}
.filter-slider-main{
    flex: 1;
    box-sizing: border-box;
    padding-left: 10px;
}
.filter-btns{
    width: 100%;
    height: 42px;
    display: flex;
    border-bottom: 1px solid #eaeaea;
}
.filter-btns button{
    flex: 1;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border: none;
    outline: none;
    background-color: #fff;
    cursor: pointer;
}
.filter-btns .filter-btn-submit{
    border-right: 1px solid #eaeaea;
    color: #21ADAD;
}
.filter-btns .filter-btn-reset{
    color: #999;
}

.trad-list{
    width: 80%;
    max-width: 1200px;
    margin-left: 3%;
}
.trad-search{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trad-search-left{
    display: flex;
}
.trad-search-left div{
    width: 55px;
    height: 30px;
    border: 1px solid #ddd;
    border-left:0;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #4d4d4d;
    position: relative;
}
.trad-search-left .trad-search-zh.cur{
    background-color: #07a7af;
    border-color: #07a7af;
    color: #fff;
}
.trad-search-left div:nth-of-type(1){
    border-left:1px solid #ddd;
}
.trad-search-sort{
    padding-right: 7px;
}
.trad-search-sort::before{
    content: "";
    display: block;
    width:0;
    height:0;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
    border-bottom:4px solid #aaa;
    position: absolute;
    right: 3px;
    top: 10px;
}
.trad-search-sort::after{
    content: "";
    display: block;
    width:0;
    height:0;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
    border-top:4px solid #aaa;
    position: absolute;
    right: 3px;
    top: 15px;
}
.trad-search-sort.desc::before{
    border-bottom:4px solid #aaa;
}
.trad-search-sort.desc::after{
    border-top:4px solid #07a7af;
}
.trad-search-sort.asc::before{
    border-bottom:4px solid #07a7af;
}
.trad-search-sort.asc::after{
    border-top:4px solid #aaa;
}
.trad-search-right{
    display: flex;
}
.trad-search-right input{
    display: block;
    width: 200px;
    box-sizing: border-box;
    padding:  0 5px;
    height: 34px;
    font-size: 14px;
}
.trad-search-right .layui-btn{
    height: 34px;
    line-height: 34px;
}

.trad-panel{
    width: 100%;
    height: 170px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #eee;
    position: relative;
    box-sizing: border-box;
    padding: 10px 35px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.trad-panel:hover{
    box-shadow: 0 0 8px 0 #ccc ;
}
.trad-panel-num{
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    /* background: url(../img/trad_panel_num.png) no-repeat; */
    /* background-size: 100% 100%; */
    position: absolute;
    background-color: #07a7af;
    left: 0;
    top: 0;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}
.trad-panel-date{
    position: absolute;
    right: 35px;
    top: 14px;
    font-size: 14px;
    color: #999;
    line-height: 16px;
}
.trad-panel-left{
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0;
}
.color-grey{
    color: #999 !important;
}
.color-red{
    color: #ed510d !important;
}
.color-darkgrey{
    color: #666 !important;
}
.trad-panel-title{
    font-size: 14px;
}
.trad-panel-title span{
    margin-right: 40px;
}
.trad-panel-attr{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.trad-panel-attr span{
    font-size: 14px;
}
.trad-panel-com{
    font-size: 14px;
    display: flex;
}
.trad-panel-com div{
    margin-right: 40px;
}

.trad-panel-right{
    width: 18%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px 0;
    margin-left: 30px;
}
.trad-panel-price{
    text-align: right;
    font-size: 14px;
}
.trad-panel-price .color-red{
    font-size: 18px;
    font-weight: bold;
}

.trad-panel-opera{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.trad-panel-opera .collect{
    color: #666;
    cursor: pointer;
}
.trad-panel-opera .collect.cur i{
    color: #ed510d;
}
.trad-panel-opera button{
    width: 114px;
    letter-spacing: 2px;
}

.show-more{
    display: block;
    width: 100%;
    margin: 20px auto;
    border: 1px solid #21ADAD;
    color: #21ADAD;
    background-color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
}
.show-more-disabled{
    display: block;
    width: 100%;
    margin: 20px auto;
    border: 1px solid #eee;
    color: #999;
    background-color: #fff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
}
.layui-btn-radius{
	border-radius: 0.3125rem;
}
.title-pro{
	margin-top: -1.75rem;
}